-
Home
-
Online Scheduling and Appointment Booking System – Bookly
-
20.7
-
Code
-
Classes
- Query
| Total Complexity |
111 |
| Dependencies |
1 |
| Dependents |
12 |
| Total lines |
1,014 |
| Lines of code |
444 |
| Logical lines of code |
275 |
| Comment lines |
369 |
| Methods |
46 |
| Properties |
17 |
Methods 46
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| composeQuery() |
D |
22 |
46 |
183 |
| execute() |
A |
50 |
8 |
28 |
| _normalize() |
S |
52 |
6 |
23 |
| select() |
S |
71 |
2 |
5 |
| addSelect() |
S |
67 |
2 |
8 |
| delete() |
S |
71 |
2 |
5 |
| leftJoin() |
S |
63 |
2 |
10 |
| innerJoin() |
S |
63 |
2 |
10 |
| count() |
S |
68 |
2 |
7 |
| findOne() |
S |
65 |
2 |
10 |
| _prepare() |
S |
75 |
2 |
4 |
| __construct() |
S |
65 |
1 |
8 |
| __toString() |
S |
79 |
1 |
3 |
| update() |
S |
77 |
1 |
4 |
| tableJoin() |
S |
65 |
1 |
9 |
| joinSelect() |
S |
78 |
1 |
3 |
| joinRaw() |
S |
67 |
1 |
8 |
| limit() |
S |
76 |
1 |
4 |
| offset() |
S |
76 |
1 |
4 |
| sortBy() |
S |
77 |
1 |
4 |
| order() |
S |
77 |
1 |
4 |
| where() |
S |
73 |
1 |
4 |
| whereNot() |
S |
73 |
1 |
4 |
| whereLike() |
S |
73 |
1 |
4 |
| whereNotLike() |
S |
73 |
1 |
4 |
| whereLt() |
S |
73 |
1 |
4 |
| whereLte() |
S |
73 |
1 |
4 |
| whereGt() |
S |
73 |
1 |
4 |
| whereGte() |
S |
73 |
1 |
4 |
| whereIn() |
S |
73 |
1 |
4 |
| whereNotIn() |
S |
73 |
1 |
4 |
| whereAny() |
S |
74 |
1 |
4 |
| whereAll() |
S |
74 |
1 |
4 |
| whereBetween() |
S |
73 |
1 |
4 |
| whereRaw() |
S |
73 |
1 |
4 |
| groupBy() |
S |
76 |
1 |
4 |
| havingRaw() |
S |
73 |
1 |
4 |
| indexBy() |
S |
77 |
1 |
4 |
| set() |
S |
74 |
1 |
4 |
| setRaw() |
S |
74 |
1 |
4 |
| fetchCol() |
S |
73 |
1 |
5 |
| fetchVar() |
S |
73 |
1 |
5 |
| fetchArray() |
S |
80 |
1 |
3 |
| fetchRow() |
S |
75 |
1 |
4 |
| find() |
S |
80 |
1 |
3 |
| escape() |
S |
76 |
1 |
4 |